home *** CD-ROM | disk | FTP | other *** search
- REM The following compilations produces wrong code.
- REM
- cl -Ox -AL -Fc bug_1.c
- cl -Ox -Fc bug_2.c
- cl -Ox -AL -Fc bug_3.c
- cl -Ox -AL -Fc bug_4.c
-
- REM Next compile gives an unnessesary compile error
- cl bug_5.c
-
- REM The next program compilation compiles with compile-error
- cl -Oxaz -AL -c bug_6.c
-
- REM Try now the produced *.exe -files.
- REM I hope they works for you, Monty |-:)
- REM (Did MSDOS do something funny there), look at previous row.
- REM Did MICROSOFT have anything to do with it ??
-